GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ TwainConditionCode Enumeration
TwainConditionCode Enumeration
In This Topic
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum TwainConditionCode
Inherits System.Enum
[ComVisible(true)]
public enum TwainConditionCode : System.Enum
public enum TwainConditionCode = class(System.Enum)
ComVisibleAttribute()
public enum TwainConditionCode extends System.Enum
[ComVisible(true)]
__value public enum TwainConditionCode : public System.Enum
[ComVisible(true)]
public enum class TwainConditionCode : public System.Enum
Members
Member | Value | Description |
TWCC_BADCAP | 6 |
Unknown capability.
|
TWCC_BADDEST | 12 |
Unknown destination Application/Source in DSM_Entry.
|
TWCC_BADPROTOCOL | 9 |
Unrecognized MSG DG DAT combination.
|
TWCC_BADVALUE | 10 |
Data parameter out of range.
|
TWCC_BUMMER | 1 |
Failure due to unknown causes.
|
TWCC_CAPBADOPERATION | 14 |
Operation not supported by capability.
|
TWCC_CAPSEQERROR | 15 |
Capability has dependancy on other capability.
|
TWCC_CAPUNSUPPORTED | 13 |
Capability not supported by source.
|
TWCC_CHECKDEVICEONLINE | 23 |
Device seems to be offline.
|
TWCC_DAMAGEDCORNER | 25 |
Document has a damaged corner.
|
TWCC_DENIED | 16 |
File System operation is denied (file is protected).
|
TWCC_DOCTOODARK | 28 |
Document is too dark.
|
TWCC_DOCTOOLIGHT | 27 |
Document is too light.
|
TWCC_FILEEXISTS | 17 |
Operation failed because file already exists.
|
TWCC_FILENOTFOUND | 18 |
File not found.
|
TWCC_FILEWRITEERROR | 22 |
Error writing the file (meant for things like disk full conditions).
|
TWCC_FOCUSERROR | 26 |
Focusing error during document capture.
|
TWCC_INTERLOCK | 24 |
Cover or door is open.
|
TWCC_LOWMEMORY | 2 |
Not enough memory to perform operation.
|
TWCC_MAXCONNECTIONS | 4 |
DS is connected to max possible applications.
|
TWCC_NODS | 3 |
No Data Source.
|
TWCC_NOMEDIA | 29 |
No Media...
|
TWCC_NOTEMPTY | 19 |
Operation failed because directory is not empty.
|
TWCC_OPERATIONERROR | 5 |
DS or DSM reported error, application shouldn't.
|
TWCC_PAPERDOUBLEFEED | 21 |
The feeder detected multiple pages.
|
TWCC_PAPERJAM | 20 |
The feeder is jammed.
|
TWCC_SEQERROR | 11 |
DG DAT MSG out of expected sequence.
|
TWCC_SUCCESS | 0 |
It worked!
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.TwainConditionCode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace